From: Luc Teirlinck Date: Sat, 7 Aug 2004 02:28:50 +0000 (+0000) Subject: (syms_of_keyboard) : Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~21467 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=70fcd1c66715cd485bce8fded1ce71ecdb9936d6;p=emacs.git (syms_of_keyboard) : Doc fix. --- diff --git a/src/keyboard.c b/src/keyboard.c index 07b91d16040..55802e7d30a 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -11280,6 +11280,7 @@ The elements of the list are event types that may have menu bar bindings. */); doc: /* Per-terminal keymap that overrides all other local keymaps. If this variable is non-nil, it is used as a keymap instead of the buffer's local map, and the minor mode keymaps and text property keymaps. +It also overrides `overriding-local-map'. This variable is intended to let commands such as `universal-argument' set up a different keymap for reading the next command. */);